Component org.nuxeo.ecm.platform.oauth.consumers.OAuthConsumerRegistryImpl
In bundle org.nuxeo.ecm.platform.oauth
Documentation
Component and Service to manage the OAuth Consumer that can access Nuxeo services via OAuth
Implementation
Class:
org.nuxeo.ecm.platform.oauth.consumers.OAuthConsumerRegistryImpl
Services
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.oauth.consumers.OAuthConsumerRegistryImpl">
<implementation
class="org.nuxeo.ecm.platform.oauth.consumers.OAuthConsumerRegistryImpl" />
<documentation>
Component and Service to manage the OAuth Consumer that can access Nuxeo services via OAuth
@author Thierry Delprat (td@nuxeo.com)
</documentation>
<service>
<provide interface="org.nuxeo.ecm.platform.oauth.consumers.OAuthConsumerRegistry" />
</service>
</component>